/**
 * AGCO C3000 Simulator
 * Copyright Gravy Media Ltd 2014. All Rights Reserved.
 */
@CHARSET "UTF-8";

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

a {
  color: #000;
}

.clear {
  clear: both;
}

.a-hidden {
  display: none;
}

#main {
  margin: 0;
  padding: 0;
}

#screen-surround.size-1024-768 {
    width: 957px;
    height: 670px;
    position: relative;
    margin: 0px auto;
    padding-top: 114px;
    background-image: url('images/console-cropped-2014.png');
    background-repeat: no-repeat;
    border: 0px solid red;
    zoom: 100%;
}
#screen-surround.size-1024-768 #screen {
    width: 720px;
    height: 541px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    background-image: none;
    background-size: 720px 541px; /* NB: CSS3 */
}

#screen .slink {
  position: absolute;
}
#screen .slink-hover {
  border: 1px solid blue;
}
#screen .slink-active {
  border: 1px solid green;
}
#screen .slink-selected {
  border: 1px solid red;
}

#screen .sdlink {
  position: absolute;
}

#screen .mmlink {
  position: absolute;
}

#screen a:hover {
  border: 1px solid blue;
}

#sidebar-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 67px;
  height: 768px;
}
#sidebar-left-bg {
  position: absolute;
  top: 288px;
  left: 0px;
  width: 67px;
  height: 300px;
  background-image: url('images/sidebar-left-bg1.png');
  border: 0px solid red;
}
#sidebar-left #L6 {
  position: absolute;
  top: 288px;
  left: 0px;
  width: 67px;
  height: 59px;
  background-image: url('images/buttons/mm_snake.png');
  display: none;
}
#sidebar-left #L7 {
  position: absolute;
  top: 347px;
  left: 0px;
  width: 67px;
  height: 59px;
  background-image: url('images/buttons/mm_rain.png');
  display: none;
}
#sidebar-left #L8 {
  position: absolute;
  top: 406px;
  left: 0px;
  width: 67px;
  height: 59px;
  background-image: url('images/buttons/mm_mixer.png');
  display: none;
}
#sidebar-left #L9 {
  position: absolute;
  top: 465px;
  left: 0px;
  width: 67px;
  height: 59px;
  background-image: url('images/buttons/mm_gameboy.png');
  display: none;
}

#sidebar-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 82px;
  height: 568px;
  border: 0px solid red;
}
#sidebar-right #R3 {
  position: absolute;
  top: 341px;
  right: 0px;
  width: 60px;
  height: 52px;
  background-image: url('images/buttons/mm_lines.png');
  display: none;
  border: 0px solid red;
}
#sidebar-right #R4 {
  position: absolute;
  top: 404px;
  right: 0px;
  width: 60px;
  height: 52px;
  /*background-image: url('images/buttons/mm_gameboy.png');*/
  display: none;
  border: 0px solid red;
}
#sidebar-right #R5 {
  position: absolute;
  top: 467px;
  right: 0px;
  width: 60px;
  height: 52px;
  background-image: url('images/buttons/mm_line_move.png');
  display: none;
  border: 0px solid red;
}

#sidebar-bottom-right {
  position: absolute;
  top: 568px;
  right: 0px;
  width: 82px;
  height: 200px;
  border: 0px solid red;
}
#sidebar-bottom-right #B1 {
  position: absolute;
  top: 23px;
  right: 0px;
  width: 72px;
  height: 82px;
  background-image: url('images/buttons/mm_gearbox.png');
  /*display: none;*/
  border: 0px solid red;
}

#footer {
    text-align: center;
    margin-bottom: 20px;
    border: 0px solid red;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer #footer-agco {

}
#footer #footer-gm {
    font-size: 0.9em;
    color: #aaa;
}
#footer #footer-gm a {
    color: #aaa;
}
#footer img {
    border: 0px solid red;
    margin: 16px 0px 30px 0px;
}

/* SCREEN LOADING */
#screen-loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);

}
#screen-loading .csspinner {
    margin-top: 270px;
}
#screen-loading .msg {
    display: none;
}

/* ERROR */
#sim-error {
    border: 1px solid #000;
    text-align: center;
}
#sim-error h1 {
    font-size: 1.2em;
}
#sim-error #sim-error-pad {
    margin: 40px;
    padding: 20px;
    background-color: #fff;
    border: 10px solid #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
